home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Lib / test / test_cmath.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-06-23  |  905 b   |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. ''' Simple test script for cmathmodule.c
  5.     Roger E. Masse
  6. '''
  7. import cmath
  8. verbose
  9. for func in testdict.keys():
  10.     f = getattr(cmath, func)
  11.     r = f(testdict[func])
  12.  
  13. p = cmath.pi
  14. e = cmath.e
  15.